build(deps): bump ataylorme/eslint-annotate-action from 3 to 4#124
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
build(deps): bump ataylorme/eslint-annotate-action from 3 to 4#124dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps [ataylorme/eslint-annotate-action](https://github.com/ataylorme/eslint-annotate-action) from 3 to 4. - [Release notes](https://github.com/ataylorme/eslint-annotate-action/releases) - [Changelog](https://github.com/ataylorme/eslint-annotate-action/blob/v4/CHANGELOG.md) - [Commits](ataylorme/eslint-annotate-action@v3...v4) --- updated-dependencies: - dependency-name: ataylorme/eslint-annotate-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
There was a problem hiding this comment.
1 issue found across 1 file
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name=".github/workflows/vmui.yml">
<violation number="1" location=".github/workflows/vmui.yml:71">
P1: v4 requires the token input to be named `github-token`; leaving the old `GITHUB_TOKEN` key here will break the ESLint annotation step after this upgrade.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
Comment on lines
+71
to
73
| uses: ataylorme/eslint-annotate-action@v4 | ||
| with: | ||
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
Contributor
There was a problem hiding this comment.
P1: v4 requires the token input to be named github-token; leaving the old GITHUB_TOKEN key here will break the ESLint annotation step after this upgrade.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At .github/workflows/vmui.yml, line 71:
<comment>v4 requires the token input to be named `github-token`; leaving the old `GITHUB_TOKEN` key here will break the ESLint annotation step after this upgrade.</comment>
<file context>
@@ -68,7 +68,7 @@ jobs:
- name: Annotate Code Linting Results
- uses: ataylorme/eslint-annotate-action@v3
+ uses: ataylorme/eslint-annotate-action@v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
</file context>
Suggested change
| uses: ataylorme/eslint-annotate-action@v4 | |
| with: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| uses: ataylorme/eslint-annotate-action@v4 | |
| with: | |
| github-token: ${{ secrets.GITHUB_TOKEN }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps ataylorme/eslint-annotate-action from 3 to 4.
Release notes
Sourced from ataylorme/eslint-annotate-action's releases.
Changelog
Sourced from ataylorme/eslint-annotate-action's changelog.
Commits
5a8d8abfix: align github-token input name across action.yml, constants, and tests6a1440achore: update@actionsdependencies to latest major versions039ba93docs: update README for v403bec51fix: resolve ESLint v9 config issues and auto-format all source files37d0663fix: mock constants in getAnalyzedReport tests to fix CI SHA mismatch9438e67feat!: v4 — Node 24, ESM, rollup,@actions/toolkit, bug fixes, new features4ef6269Node 24Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by cubic
Upgrade
ataylorme/eslint-annotate-actionfrom v3 to v4 in thevmuiworkflow to use the latest annotation logic and bug fixes. This major version requires small workflow changes to keep lint annotations working.github-tokenand pass${{ secrets.GITHUB_TOKEN }}.checks: write(andpull-requests: readif usingonly-pr-filesorpost-comment).actions/setup-nodewithnode-version: '24'if needed).Written for commit 8053a40. Summary will update on new commits.